}
region.stop();
}
Collection<? extends Action<S, E>> actions = getExitActions();
if (actions != null) {
for (Action<S, E> action : actions) {
executeAction(action, context);
}
}
region.stop();
}
for (Action<S, E> action : getExitActions()) {
executeAction(action, context);
}
}